gtktextattributes: move comment above relevant struct
authorSébastien Wilmet <swilmet@gnome.org>
Mon, 1 Apr 2013 19:09:14 +0000 (21:09 +0200)
committerSébastien Wilmet <swilmet@gnome.org>
Mon, 1 Apr 2013 19:12:49 +0000 (21:12 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=697048

gtk/gtktextattributes.h

index 760aa2428cd344d31d56fc940bdc31a9516d67f9..76d6fe545242debebcd1473eacb5bbb4f0f8d1e0 100644 (file)
@@ -67,14 +67,6 @@ typedef struct _GtkTextAttributes GtkTextAttributes;
 
 typedef struct _GtkTextAppearance GtkTextAppearance;
 
-/**
- * GtkTextAttributes:
- *
- * Using #GtkTextAttributes directly should rarely be necessary.
- * It's primarily useful with gtk_text_iter_get_attributes().
- * As with most GTK+ structs, the fields in this struct should only
- * be read, never modified directly.
- */
 struct _GtkTextAppearance
 {
   /*< public >*/
@@ -110,6 +102,14 @@ struct _GtkTextAppearance
 #endif
 };
 
+/**
+ * GtkTextAttributes:
+ *
+ * Using #GtkTextAttributes directly should rarely be necessary.
+ * It's primarily useful with gtk_text_iter_get_attributes().
+ * As with most GTK+ structs, the fields in this struct should only
+ * be read, never modified directly.
+ */
 struct _GtkTextAttributes
 {
   /*< private >*/